data structure أمثلة على
"data structure" معنى
- The physical data structure is optimized where necessary to meet size and performance requirements.
كما تتم ترقية بُنية البيانات المادية عند الضرورة لتلبي متطلبات الحجم والأداء. - Data Structure - It is a representation of the logical relationship among individual elements of data.
هي عبارة عن تمثيل للعلاقة المنطقية بين عناصر البيانات الفردية. - In particular, it offers data structures and operations for manipulating numerical tables and time series.
وبالتحديد فهي تقدم هياكل بيانات وعمليات التلاعب بالجداول رقمية و السلاسل الزمنية. - Tools for reading and writing data between in-memory data structures and different file formats.
أدوات قراءة وكتابة البيانات بين هياكل البيانات في الذاكرة و تنسيقات الملفات المختلفة. - The logical data structure is converted into a physical architecture in terms of database structures.
تتحول بُنْيَة البيانات المنطقية إلى فن معماري مادي من حيث أبنية قاعدة البيانات. - From there, the interpreted data may be loaded into data structures for general use, interpretation, or compiling.
ومن هناك، يمكن تحميل البيانات المفسرة في هيا كل البيانات للاستخدام العام أو التفسير أو التجميع. - After design, the choice of algorithms and data structures affects efficiency more than any other aspect of the program.
بعد التصميم، يؤثر اختيار الخوارزميات و بنية البيانات على الكفاءة أكثر من أي ميزات أخرى للبرنامج. - Performance bottlenecks can be due to language limitations rather than algorithms or data structures used in the program.
يمكن أن يكون سبب المشكلة بسبب قيود اللغة بدلا من الحلول الحسابية أو هياكل البيانات المستخدمة في البرنامج. - If the same data structures are used to store and access data then different applications can share data.
إذا تم استخدام هياكل البيانات نفسها لتخزين البيانات والوصول إليها ثم يمكن لتطبيقات مختلفة تبادل البيانات بسلاسة . - Different types of data structures are suited to different kinds of applications, and some are highly specialized to specific tasks.
تناسب أنواع مختلفة من هياكل البيانات أنواع مختلفة من التطبيقات، وبعضها مخصص بدرجة عالية لبعض المهام المحددة. - On the other hand, a data dictionary is a data structure that stores metadata, i.e., (structured) data about information.
من ناحية أخرى، القاموس البيانات هو بنية البيانات الذي يقوم بتخزين البيانات الوصفية، أي (المنظم) بيانات عن البيانات. - Block-copy instructions, allowing rapid copying of data structures from one area of RAM to another with minimal code.
تعليمات نقل الكتلة، التي تسمح بالنسخ السريع لهياكل البيانات من إحدى مناطق ذاكرة الوصول العشوائي (رام) إلى منطقة أخرى مع استخدام أدنى كود. - The partition refinement data structure allows each splitting step to be performed in time proportional to the number of transitions that participate in it.
تسمح بنية بيانات تقسيم التقسيم بتنفيذ كل خطوة منقسمة في الوقت الذي يتناسب مع عدد التحولات التي تشارك فيه. - A node is a structure which may contain a value or condition, or represent a separate data structure (which could be a tree of its own).
الرأس هو بنية تمتلك قيمة، شرط، أو تمثل هيكل بيانات منفصل (الذي يمكن أن يكون شجرة بحد ذاته). - Any node in the data structure can be reached by starting at root node and repeatedly following references to either the left, mid or right child.
يمكن الوصول لكل رأس في مبنى المعلومات ابتداء من الجذر وإتباع مرارا وتكرارا مؤشرات للابن الأيسر أو الأيمن. - They differ in whether this data structure is a stack (in the case of depth-first search) or a queue (in the case of breadth-first search).
وهي تختلف في ما إذا كانت هذه البنية البيانات كومة (في حالة من البحث المتعمق الأول) أو طابور (في حالة بحث-اتساع الأول). - When setting up data structures like lists, queues and trees, it is necessary to have pointers to help manage how the structure is implemented and controlled.
عند القيام بإعداد تراكيب البيانات مثل القوائم والأشجار، فإنه من الضروري استخدام المؤشرات للمساعدة في الطريقة التي تتم بها معالجة البيانات والتحكم بها. - Encapsulation is the hiding of information to ensure that data structures and operators are used as intended and to make the usage model more obvious to the developer.
التغليف هو إخفاء المعلومات بهدف ضمان أن بنى المعطيات والمعاملات سيتم استخدامها بالشكل المحدد ولجعل نموذج استخدامها أكثر وضوحاً بالنسبة للمطور. - Data structures provide a means to manage large amounts of data efficiently for uses such as large databases and internet indexing services.
هناك هياكل بيانات محددة تعتبر من المكونات الأساسية للكثير من الخوارزميات الفعالة، وتجعل من الممكن إدارة كميات ضخمة من البيانات، مثل قواعد البيانات الكبيرة وخدمات الفهرسة على الانترنت. - Recently, hidden Markov models have been generalized to pairwise Markov models and triplet Markov models which allow consideration of more complex data structures and the modeling of nonstationary data.
مؤخرا, نماذج ماركوف المخفية تم تعميمها على كلا نماذج ماركوف و ثلاثية نماذج ماركوف التي تسمح النظر في هياكل البيانات أكثر تعقيدا.
- الحصول على المزيد من الأمثلة 1 2